home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
syn Scripts
/
JavaScript.js
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
2002-07-22
|
378 b
|
17 lines
// Description: Macro Template for syn
// Caption: <Text from the Menuitem>|
// Hint: <The Hint from the Menuitem>|
// Icon: <The Icon from the Menuitem>|
// ScriptEngine=JavaScript
// Remove the dot to include this file(s)
//#.include <consts>
//#.include <cmnfunc>
function Main(FileName)
{
// To Do: Add usercode here
Echo("Hi, this is JavaScript!")
}